home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1997 July / Freeware CD.iso / Compuser / CONTROL.DXR / 00007.ls < prev    next >
Encoding:
Text File  |  1997-05-05  |  115 b   |  9 lines

  1. on exitFrame
  2.   if the colorDepth < 16 then
  3.     startTimer()
  4.     go("Farbe")
  5.   else
  6.     go(1, "START")
  7.   end if
  8. end
  9.